Deep Security Manager REST API

Path: / rest / status / manager / current / item / {item} / {warningThreshold}

Query current manager node for a specific item with the desired threshold Please check the status/manager/item/{item} documentation for valid item keywords.

Path parameters:
item - Query the overall status for the specific item.
warningThreshold - Report warning when the item usage over this threshold

Method Summary
ResourceDescription
GET /rest/status/manager/current/item/{item}/{warningThreshold}Query current manager node for a specific item with the desired threshold Please check the status/manager/item/{item} documentation for valid item keywords.

Method Detail
HTTP Example:
GET /rest/status/manager/current/item/{item}/{warningThreshold}

API Example:

IStatusAPI.getNodeDetailStatus({'item': /* item Query the overall status for the specific item. */,
  'warningThreshold': /* warningThreshold Report warning when the item usage over this threshold */});

Query current manager node for a specific item with the desired threshold Please check the status/manager/item/{item} documentation for valid item keywords.

Output:
javax.ws.rs.core.Response

Copyright © 2015 Trend Micro Inc. All Rights Reserved.